|
|
|
|
MouseDoubleClick Event, SftTree Class |
This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event is not relevant for this class.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseDoubleClick As MouseEventHandler |
C# |
public event MouseEventHandler MouseDoubleClick; |
C++ |
public: event MouseEventHandler MouseDoubleClick; |
Event Data
The MouseDoubleClick event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseDoubleClick event this event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event is not relevant for this class.